home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #1 / Datatid-2000-01.iso / Internet / SPLASH / SPLASH12.EXE / data1.cab / Plugins / _Text / Tiny_Scroll / Tiny Scroll.plg next >
Encoding:
Text File  |  1998-12-18  |  1.7 KB  |  89 lines

  1. # Class: Lone Wolf Web-Art Name: TinyScroller
  2.  
  3. [Applet Details]
  4. AppletName=Tiny Scroller
  5. ClassName=tinyScroller.class
  6. Size=[VARIABLE];152,63
  7. Desc=Displays a small window with vertically scrolling text.
  8. AppletAuthor=Chris Ricci
  9. PluginAuthor=Tim Kane //timk@gosplash.com
  10. AppletCopyright=
  11. AppletHomepage=http://www.diac.com/~cricci/java
  12. AppletAuthorEmail=cricci@diac.com
  13.  
  14. [BUTTON 1]
  15. parameter=$No_of_lines
  16. Desc=Enter the number of text lines to be entered
  17. Type=NUMBER
  18. default=3
  19. loop=Button 2
  20. loopstart=1
  21.  
  22. [BUTTON 2]
  23. parameter=line
  24. desc=Enter a line of text to be displayed.
  25. name=Text
  26. type=STRING
  27. default=Splash!
  28.  
  29. [BUTTON 3]
  30. parameter=BGRED@BGGREEN@BGBLUE
  31. desc=Enter a background colour.
  32. name=Background value
  33. type=COLOR
  34. output=d,d,d
  35. default=255,255,255
  36.  
  37. [BUTTON 4]
  38. parameter=FGRED@FGGREEN@FGBLUE
  39. desc=Enter a text colour.
  40. name=Text color
  41. type=COLOR
  42. output=d,d,d
  43. default=255,125,255
  44.  
  45. [BUTTON 5]
  46. parameter=FONTNAME
  47. desc=Choose a font
  48. name=Font Selection
  49. type=FONT
  50. default=Arial
  51.  
  52. [BUTTON 6]
  53. parameter=FONTSIZE
  54. desc=Select a font size
  55. name=Size Selection
  56. type=NUMBER
  57. default=12
  58.  
  59. [BUTTON 7]
  60. parameter=SPACING
  61. desc=Select the spacing between each line displayed
  62. name=Line Spacing
  63. type=NUMBER
  64. default=12
  65.  
  66. [BUTTON 8]
  67. parameter=delay
  68. desc=Enter the display speed. (0-Fastest)
  69. name=Speed
  70. type=NUMBER
  71. default=20
  72. min=0
  73.  
  74. [BUTTON 9]
  75. parameter=XPOS
  76. desc=Select the X (horizontal) position to display the line.
  77. name=X Position
  78. type=NUMBER
  79. default=5
  80.  
  81. [BUTTON 10]
  82. parameter=DIRECTION
  83. desc=Select the scrolling direction.
  84. name=Direction
  85. type=select
  86. options=0~Forward Scrolling,1~Reverse Scrolling
  87. default=0~Forward Scrolling
  88.  
  89. #end